home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / pc / NETCD41.dir / 00130_Script_31m score script < prev    next >
Text File  |  1997-12-11  |  874b  |  29 lines

  1. on enterFrame
  2.   set handCursor to [5,6]
  3.   
  4.   set the cursor of sprite 5 to handCursor
  5.   set the cursor of sprite 7 to handCursor
  6.   set the cursor of sprite 8 to handCursor
  7.   set the cursor of sprite 9 to handCursor
  8.   
  9.   set the cursor of sprite 21 to 0
  10.   set the cursor of sprite 22 to handCursor
  11.   set the cursor of sprite 23 to handCursor
  12.   set the cursor of sprite 24 to handCursor
  13.  
  14.   --installers & web links:
  15.   set the cursor of sprite 26 to handCursor
  16.  
  17.   set the cursor of sprite 30 to handCursor
  18.   set the cursor of sprite 31 to handCursor
  19.   set the cursor of sprite 32 to handCursor
  20.   set the cursor of sprite 33 to handCursor
  21.   
  22.   set the cursor of sprite 37 to handCursor
  23.   set the cursor of sprite 38 to handCursor
  24.   set the cursor of sprite 39 to handCursor
  25.   set the cursor of sprite 40 to handCursor
  26.  
  27. on exitFrame
  28.   go the frame
  29. end